home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / FredFish PD 316.adf / Vectors / ReadMe < prev    next >
Text File  |  1990-02-06  |  929b  |  29 lines

  1.  
  2.       Vectors
  3.  
  4.  
  5.       Vectors is  a simple    program to test how fast the Amiga can draw
  6.       lines. The examples and the manual file will    tell you  all about
  7.       it.
  8.  
  9.  
  10.       V1.0 uses  an assembler Line() routine which takes 4 coordinates,
  11.       and works with any  number  of  plane.  Average  timing  for 1000
  12.       vectors, 1 bitplane is about 460000 micro secs.
  13.       Created by Gauthier Groult.
  14.  
  15.       V1.1    uses  an  assembler  PolyLine()  routine  which  reads  the
  16.       coordinates array, and supports only one plane -  you must  use 1
  17.       for  the  number  of    planes.Average    timing    for 1000 vectors, 1
  18.       bitplane is about 400000 micro secs.
  19.       Upgrated from version 1.0 by Jean Michel Forgeas.
  20.  
  21.  
  22.       We  will  greatly  appreciate  any  contributions/rewritings that
  23.       would  make  these  drawing  even  faster. I even suggest a "Line
  24.       Killer Demo Constest" - there will be no hardware to win, but how
  25.       about a flight simulator at the end?
  26.  
  27.  
  28.  
  29.